3.11.3 \(\int \frac {a+b x}{(\frac {a d}{b}+d x)^3} \, dx\) [1003]

Optimal. Leaf size=15 \[ -\frac {b^2}{d^3 (a+b x)} \]

[Out]

-b^2/d^3/(b*x+a)

________________________________________________________________________________________

Rubi [A]
time = 0.00, antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 18, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.111, Rules used = {21, 32} \begin {gather*} -\frac {b^2}{d^3 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(a + b*x)/((a*d)/b + d*x)^3,x]

[Out]

-(b^2/(d^3*(a + b*x)))

Rule 21

Int[(u_.)*((a_) + (b_.)*(v_))^(m_.)*((c_) + (d_.)*(v_))^(n_.), x_Symbol] :> Dist[(b/d)^m, Int[u*(c + d*v)^(m +
 n), x], x] /; FreeQ[{a, b, c, d, n}, x] && EqQ[b*c - a*d, 0] && IntegerQ[m] && ( !IntegerQ[n] || SimplerQ[c +
 d*x, a + b*x])

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rubi steps

\begin {align*} \int \frac {a+b x}{\left (\frac {a d}{b}+d x\right )^3} \, dx &=\frac {b^3 \int \frac {1}{(a+b x)^2} \, dx}{d^3}\\ &=-\frac {b^2}{d^3 (a+b x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} -\frac {b^2}{d^3 (a+b x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(a + b*x)/((a*d)/b + d*x)^3,x]

[Out]

-(b^2/(d^3*(a + b*x)))

________________________________________________________________________________________

Mathics [A]
time = 1.67, size = 15, normalized size = 1.00 \begin {gather*} -\frac {b^2}{d^3 \left (a+b x\right )} \end {gather*}

Antiderivative was successfully verified.

[In]

mathics('Integrate[(a + b*x)^1/(a*d/b + d*x)^3,x]')

[Out]

-b ^ 2 / (d ^ 3 (a + b x))

________________________________________________________________________________________

Maple [A]
time = 0.13, size = 16, normalized size = 1.07

method result size
gosper \(-\frac {b^{2}}{d^{3} \left (b x +a \right )}\) \(16\)
default \(-\frac {b^{2}}{d^{3} \left (b x +a \right )}\) \(16\)
risch \(-\frac {b^{2}}{d^{3} \left (b x +a \right )}\) \(16\)
norman \(\frac {-\frac {a \,b^{2}}{d}-\frac {b^{3} x}{d}}{d^{2} \left (b x +a \right )^{2}}\) \(31\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((b*x+a)/(a*d/b+d*x)^3,x,method=_RETURNVERBOSE)

[Out]

-b^2/d^3/(b*x+a)

________________________________________________________________________________________

Maxima [A]
time = 0.26, size = 19, normalized size = 1.27 \begin {gather*} -\frac {b^{2}}{b d^{3} x + a d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(a*d/b+d*x)^3,x, algorithm="maxima")

[Out]

-b^2/(b*d^3*x + a*d^3)

________________________________________________________________________________________

Fricas [A]
time = 0.29, size = 19, normalized size = 1.27 \begin {gather*} -\frac {b^{2}}{b d^{3} x + a d^{3}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(a*d/b+d*x)^3,x, algorithm="fricas")

[Out]

-b^2/(b*d^3*x + a*d^3)

________________________________________________________________________________________

Sympy [A]
time = 0.08, size = 19, normalized size = 1.27 \begin {gather*} - \frac {b^{3}}{a b d^{3} + b^{2} d^{3} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(a*d/b+d*x)**3,x)

[Out]

-b**3/(a*b*d**3 + b**2*d**3*x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 15, normalized size = 1.00 \begin {gather*} -\frac {b^{2}}{d^{3} \left (x b+a\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((b*x+a)/(a*d/b+d*x)^3,x)

[Out]

-b^2/((b*x + a)*d^3)

________________________________________________________________________________________

Mupad [B]
time = 0.04, size = 15, normalized size = 1.00 \begin {gather*} -\frac {b^2}{d^3\,\left (a+b\,x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b*x)/(d*x + (a*d)/b)^3,x)

[Out]

-b^2/(d^3*(a + b*x))

________________________________________________________________________________________